home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / jscript.def < prev    next >
Text File  |  2000-11-08  |  4KB  |  159 lines

  1. object TPersHolder
  2.   P.Name = 'JavaScript'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       CaseSensitive = True
  8.       UseMetaSymbol = True
  9.       UseMetaToWrapLines = True
  10.       MetaSymbol = '\'
  11.       FIText = 0
  12.       FIIntNum = 1
  13.       FIFloatNum = 2
  14.       FIHexNum = 3
  15.       FISymbol = 9
  16.       UseSymbols = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseKeywords = True
  25.       BlockDelimiters = <>
  26.       SingleLineCommentDelimiters = <
  27.         item
  28.           FontID = 4
  29.           LeftDelimiter = '//'
  30.         end>
  31.       MultiLineCommentDelimiters = <
  32.         item
  33.           FontID = 5
  34.           LeftDelimiter = '/*'
  35.           RightDelimiter = '*/'
  36.         end>
  37.       SingleLineStringDelimiters = <
  38.         item
  39.           FontID = 6
  40.           LeftDelimiter = #39
  41.           RightDelimiter = #39
  42.         end
  43.         item
  44.           FontID = 7
  45.           LeftDelimiter = '"'
  46.           RightDelimiter = '"'
  47.         end>
  48.       NumPrefixes = <
  49.         item
  50.           LeftDelimiter = '0x'
  51.         end
  52.         item
  53.           LeftDelimiter = '0X'
  54.         end>
  55.       KeywordSets = <
  56.         item
  57.           FontID = 8
  58.           Name = 'reserved'
  59.           Keywords = 
  60.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  61.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  62.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  63.             'id,while,with'
  64.         end>
  65.     end>
  66.   P.FontTable = <
  67.     item
  68.       FontID = 0
  69.       GlobalAttrID = 'Whitespace'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clBlack
  72.       Font.Height = -13
  73.       Font.Name = 'Courier New'
  74.       Font.Style = []
  75.     end
  76.     item
  77.       FontID = 1
  78.       GlobalAttrID = 'Integer'
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clGreen
  81.       Font.Height = -13
  82.       Font.Name = 'Courier New'
  83.       Font.Style = []
  84.     end
  85.     item
  86.       FontID = 2
  87.       GlobalAttrID = 'Float'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clGreen
  90.       Font.Height = -13
  91.       Font.Name = 'Courier New'
  92.       Font.Style = []
  93.     end
  94.     item
  95.       FontID = 3
  96.       GlobalAttrID = 'Integer'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clGreen
  99.       Font.Height = -13
  100.       Font.Name = 'Courier New'
  101.       Font.Style = []
  102.     end
  103.     item
  104.       FontID = 4
  105.       GlobalAttrID = 'Comment'
  106.       Font.Charset = DEFAULT_CHARSET
  107.       Font.Color = clGray
  108.       Font.Height = -13
  109.       Font.Name = 'Courier New'
  110.       Font.Style = [fsItalic]
  111.     end
  112.     item
  113.       FontID = 5
  114.       GlobalAttrID = 'Comment'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clGray
  117.       Font.Height = -13
  118.       Font.Name = 'Courier New'
  119.       Font.Style = [fsItalic]
  120.     end
  121.     item
  122.       FontID = 6
  123.       GlobalAttrID = 'String'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clMaroon
  126.       Font.Height = -13
  127.       Font.Name = 'Courier New'
  128.       Font.Style = []
  129.     end
  130.     item
  131.       FontID = 7
  132.       GlobalAttrID = 'String'
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clMaroon
  135.       Font.Height = -13
  136.       Font.Name = 'Courier New'
  137.       Font.Style = []
  138.     end
  139.     item
  140.       FontID = 8
  141.       GlobalAttrID = 'Reserved words'
  142.       Font.Charset = DEFAULT_CHARSET
  143.       Font.Color = clBlue
  144.       Font.Height = -13
  145.       Font.Name = 'Courier New'
  146.       Font.Style = [fsBold]
  147.     end
  148.     item
  149.       FontID = 9
  150.       GlobalAttrID = 'Delimiters'
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clBlack
  153.       Font.Height = -13
  154.       Font.Name = 'Courier New'
  155.       Font.Style = []
  156.     end>
  157.   P.SyntaxVersion = 3
  158. end
  159.